home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 1 / your choice.zip / your choice / PRGMMING / SORTING / DOCUMENT.BAT < prev    next >
DOS Batch File  |  1994-01-15  |  2KB  |  29 lines

  1. echo off
  2. CLS
  3. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  4. echo ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
  5. echo ║░┌─────────────────────────────────────────────────────────────────────────┐░║
  6. echo ║░│                      S O R T I N G   T U T O R (C)          Version: 1.1│░║
  7. echo ║░│                         Program By John Fuchs             Copyright 1990│░║
  8. echo ║░│                                                                         │░║
  9. echo ║░│               *****  USER DOCUMENTATION PRINTOUT  *****                 │░║
  10. echo ║░│                                                                         │░║
  11. echo ║░│ This batch file will print a copy of user documentation that you may    │░║
  12. echo ║░│ use to get familiar with the SORTING TUTOR.  The user documentation     │░║
  13. echo ║░│ offers you more insight to the exchange and insertion algorithms.  This │░║
  14. echo ║░│ manual will also explain other types of sorting algorithms.             │░║
  15. echo ║░│                                                                         │░║
  16. echo ║░│ This procedure will use 33 sheets of paper.  Please make sure the       │░║
  17. echo ║░│ printer is turned on and PRESS ANY KEY TO START PRINTING.               │░║
  18. echo ║░│                                                                         │░║
  19. echo ║░│                        THANK YOU FOR SUPPORTING                         │░║
  20. echo ║░│                        ELITE SOFTWARE CONCEPTS                          │░║
  21. echo ║░│                                                                         │░║
  22. echo ║░└─────────────────────────────────────────────────────────────────────────┘░║
  23. echo ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
  24. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  25. pause
  26. copy documentation.txt prn
  27. CLS
  28. echo BYE !
  29.